body {
  font-family: "PT Sans Narrow", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  margin: 0;
  overflow-x: hidden;
}
.main-image {
  width: 330px;
}
.advantages {
  width: 330px;
  margin: 30px 0;
  margin-bottom: 0;
  text-align: center;
}
.advantage {
  margin-bottom: 20px;
}
.advantage-title {
  font-weight: 700;
  font-size: 24px;
}
.advantage-description {
  margin-top: 10px;
  font-size: 18px;
}
.warning {
  width: 330px;
  margin: 20px 0;
  margin-top: 20px;
  text-align: center;
}
.warning-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}
.sections h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.sections a {
  display: block;
  background-color: red;
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 10px;
}
.main-image img {
  width: 100%;
}
.btn {
  box-sizing: border-box;
  margin-top: 15px;
  padding: 10px;
  width: 300px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: pink;
  color: black;
  text-decoration: none;
}
.btn-orange {
  background-color: orange;
}
.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
}
/* Card */
.card {
  width: 320px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  text-align: left;
}
/* Image wrapper */
.card-img-wrapper {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  letter-spacing: 0.5px;
}
.badge-new {
  background: #fbc02d;
  color: #212121;
}
.badge-sale {
  background: #e53935;
  color: white;
}
.badge-hit {
  background: #ef6c00;
  color: white;
}
.swiper {
  width: 100%;
  height: 300px;
  border-radius: 0;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-pagination {
  bottom: 8px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #a5d6a7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #2e7d32;
}
/* Card body */
.card-body {
  padding: 14px 16px 16px;
}
.product-name {
  font-size: 17px;
  font-weight: 700;
  color: #1b5e20;
  line-height: 1.3;
  margin-bottom: 4px;
}
.product-code {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}
.product-meta {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.meta-label {
  font-weight: 700;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  flex-shrink: 0;
}
.meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
  margin-top: -3px;
}
.meta-pill {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
}
.meta-material {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
/* Price */
.price-block {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 14px 0 16px;
}
.price-current {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}
.price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}
/* Buttons */
.btn-buy,
.modal input,
.modal select {
  box-sizing: border-box;
  margin-top: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
  font-family: inherit;
}
.modal input,
.modal select {
  margin-top: 8px;
}
.btn-buy {
  display: block;
  padding: 14px;
  background: #2e7d32;
  color: white;
  border: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  margin-bottom: 8px;
}
.btn-buy:hover {
  background: #1b5e20;
}
.btn-review {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 12px;
  background: white;
  color: #333;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: inherit;
}
.btn-review:hover {
  background: #f5f5f5;
}
/* Review accordion */
.review-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.review-accordion-inner {
  padding-top: 16px;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}
.accordion-section-title {
  font-size: 15px;
  font-weight: 700;
  color: #1b5e20;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}
.label {
  display: block;
  margin-top: 15px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.modal-content {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
}
.modal-content p {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}
.modal-content .btn-buy {
  margin-top: 20px;
}
#size-section {
  margin-top: 4px;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  background: #ccc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer {
  margin: 20px 0;
  margin-bottom: 0;
  background-color: black;
  width: 330px;
  text-align: center;
  border-radius: 10px;
}
.footer a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 20px 0;
}
.footer a:hover {
  text-decoration: underline;
}
/* How to order */
.how-to-order {
  box-sizing: border-box;
  width: 330px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 20px 16px;
  margin: 30px 0 10px;
}
.how-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #1b5e20;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}
.how-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.how-step:last-child {
  border-bottom: none;
}
.how-num {
  font-size: 24px;
  flex-shrink: 0;
}
.how-text {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
/* Reviews */
.reviews {
  width: 330px;
  margin: 30px 0 10px;
}
.reviews-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 4px;
  color: #1b5e20;
}
.reviews-subtitle {
  font-size: 15px;
  text-align: center;
  color: #777;
  margin: 0 0 16px;
}
.review-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 14px 16px;
  margin-bottom: 12px;
}
.review-stars {
  font-size: 16px;
  margin-bottom: 6px;
}
.review-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 8px;
}
.review-author {
  font-size: 13px;
  font-weight: 700;
  color: #2e7d32;
}
